home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TFILEVIEWFORM / TFILEVIEWFORM.txt
Text File  |  2003-05-02  |  8KB  |  386 lines

  1. object FileViewForm: TFileViewForm
  2.   Left = 204
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Raw file contents'
  7.   ClientHeight = 543
  8.   ClientWidth = 786
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnShow = FormShow
  25.   PixelsPerInch = 120
  26.   TextHeight = 16
  27.   object nextbutton: TSpeedButton
  28.     Left = 59
  29.     Top = 512
  30.     Width = 38
  31.     Height = 22
  32.     Hint = 'Next cluster in chain'
  33.     Caption = '>'
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     OnClick = nextbuttonClick
  37.   end
  38.   object frontbutton: TSpeedButton
  39.     Left = 99
  40.     Top = 512
  41.     Width = 54
  42.     Height = 22
  43.     Hint = 'Go to the start cluster'
  44.     Caption = '<<'
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     OnClick = frontbuttonClick
  48.   end
  49.   object lastbutton: TSpeedButton
  50.     Left = 19
  51.     Top = 512
  52.     Width = 38
  53.     Height = 22
  54.     Hint = 'Previous cluster in chain'
  55.     Caption = '<'
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     OnClick = lastbuttonClick
  59.   end
  60.   object findnextbutton: TSpeedButton
  61.     Left = 155
  62.     Top = 512
  63.     Width = 94
  64.     Height = 22
  65.     Hint = 'Find next occurrence of search string in this cluster'
  66.     Caption = 'Find Next'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     OnClick = findnextbuttonClick
  70.   end
  71.   object copybutton: TSpeedButton
  72.     Left = 254
  73.     Top = 512
  74.     Width = 75
  75.     Height = 22
  76.     Hint = 'Copy cluster text to the clipboard'
  77.     Caption = '&Copy All'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     OnClick = copybuttonClick
  81.   end
  82.   object fofslabel: TLabel
  83.     Left = 16
  84.     Top = 112
  85.     Width = 28
  86.     Height = 15
  87.     Hint = 'File offset'
  88.     Caption = 'FOfs'
  89.     Font.Charset = ANSI_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -12
  92.     Font.Name = 'Courier New'
  93.     Font.Style = []
  94.     ParentFont = False
  95.   end
  96.   object cofslabel: TLabel
  97.     Left = 116
  98.     Top = 112
  99.     Width = 28
  100.     Height = 15
  101.     Hint = 'Cluster offset'
  102.     Caption = 'COfs'
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -12
  106.     Font.Name = 'Courier New'
  107.     Font.Style = []
  108.     ParentFont = False
  109.   end
  110.   object datalabel: TLabel
  111.     Left = 176
  112.     Top = 112
  113.     Width = 28
  114.     Height = 15
  115.     Caption = 'Data'
  116.     Font.Charset = ANSI_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -12
  119.     Font.Name = 'Courier New'
  120.     Font.Style = []
  121.     ParentFont = False
  122.   end
  123.   object offsetlabel: TLabel
  124.     Left = 692
  125.     Top = 112
  126.     Width = 77
  127.     Height = 15
  128.     Alignment = taRightJustify
  129.     Caption = 'offsetlabel'
  130.     Font.Charset = ANSI_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -12
  133.     Font.Name = 'Courier New'
  134.     Font.Style = []
  135.     ParentFont = False
  136.   end
  137.   object startoffilelabel: TLabel
  138.     Left = 15
  139.     Top = 454
  140.     Width = 61
  141.     Height = 16
  142.     Caption = 'Start of file'
  143.   end
  144.   object endoffilelabel: TLabel
  145.     Left = 713
  146.     Top = 454
  147.     Width = 58
  148.     Height = 16
  149.     Alignment = taRightJustify
  150.     Caption = 'End of file'
  151.   end
  152.   object offsetlabel2: TLabel
  153.     Left = 686
  154.     Top = 100
  155.     Width = 84
  156.     Height = 15
  157.     Alignment = taRightJustify
  158.     Caption = 'offsetlabel2'
  159.     Font.Charset = ANSI_CHARSET
  160.     Font.Color = clWindowText
  161.     Font.Height = -12
  162.     Font.Name = 'Courier New'
  163.     Font.Style = []
  164.     ParentFont = False
  165.   end
  166.   object fradGroupBox: TGroupBox
  167.     Left = 16
  168.     Top = 8
  169.     Width = 202
  170.     Height = 93
  171.     Caption = 'Raw file data'
  172.     TabOrder = 0
  173.     object fhexRad: TRadioButton
  174.       Left = 24
  175.       Top = 45
  176.       Width = 49
  177.       Height = 17
  178.       Hint = 'Hexadecimal display'
  179.       Caption = 'Hex'
  180.       TabOrder = 1
  181.       OnClick = fhexRadClick
  182.     end
  183.     object fdecrad: TRadioButton
  184.       Left = 24
  185.       Top = 67
  186.       Width = 49
  187.       Height = 17
  188.       Hint = 'Decimal display'
  189.       Caption = 'Dec'
  190.       TabOrder = 2
  191.       OnClick = fhexRadClick
  192.     end
  193.     object fasciirad: TRadioButton
  194.       Left = 24
  195.       Top = 23
  196.       Width = 57
  197.       Height = 17
  198.       Hint = 'Ascii text display'
  199.       Caption = 'Text'
  200.       Checked = True
  201.       TabOrder = 0
  202.       TabStop = True
  203.       OnClick = fhexRadClick
  204.     end
  205.     object compactcb: TCheckBox
  206.       Left = 86
  207.       Top = 23
  208.       Width = 113
  209.       Height = 17
  210.       Hint = 'Make as readable as possible'
  211.       Caption = 'Compact view'
  212.       TabOrder = 3
  213.       OnClick = compactcbClick
  214.     end
  215.   end
  216.   object okbutton: TButton
  217.     Left = 696
  218.     Top = 504
  219.     Width = 75
  220.     Height = 33
  221.     Caption = '&Ok'
  222.     TabOrder = 4
  223.     OnClick = okbuttonClick
  224.   end
  225.   object clusterbox: TGroupBox
  226.     Left = 456
  227.     Top = 8
  228.     Width = 313
  229.     Height = 93
  230.     Caption = 'Cluster'
  231.     TabOrder = 1
  232.     object Label5: TLabel
  233.       Left = 16
  234.       Top = 33
  235.       Width = 82
  236.       Height = 16
  237.       Caption = '# This cluster:'
  238.     end
  239.     object clusterLabel: TLabel
  240.       Left = 190
  241.       Top = 33
  242.       Width = 105
  243.       Height = 16
  244.       Alignment = taRightJustify
  245.       AutoSize = False
  246.       Caption = 'clusterLabel'
  247.     end
  248.     object nextclustertitle: TLabel
  249.       Left = 16
  250.       Top = 65
  251.       Width = 83
  252.       Height = 16
  253.       Caption = '# Next cluster:'
  254.     end
  255.     object nextclusterLabel: TLabel
  256.       Left = 198
  257.       Top = 65
  258.       Width = 97
  259.       Height = 16
  260.       Alignment = taRightJustify
  261.       AutoSize = False
  262.       Caption = 'nextclusterLabel'
  263.     end
  264.     object inthisfilelabel: TLabel
  265.       Left = 16
  266.       Top = 17
  267.       Width = 67
  268.       Height = 16
  269.       Caption = '# In this file:'
  270.     end
  271.     object fileclusterlabel: TLabel
  272.       Left = 209
  273.       Top = 17
  274.       Width = 86
  275.       Height = 16
  276.       Alignment = taRightJustify
  277.       Caption = 'fileclusterlabel'
  278.     end
  279.     object sectorstitlelabel: TLabel
  280.       Left = 48
  281.       Top = 49
  282.       Width = 57
  283.       Height = 16
  284.       Caption = 'Sector #s'
  285.     end
  286.     object sectorslabel: TLabel
  287.       Left = 112
  288.       Top = 49
  289.       Width = 183
  290.       Height = 16
  291.       Alignment = taRightJustify
  292.       AutoSize = False
  293.       Caption = 'sectorslabel'
  294.     end
  295.   end
  296.   object Tb: TTrackBar
  297.     Left = 9
  298.     Top = 430
  299.     Width = 769
  300.     Height = 25
  301.     Orientation = trHorizontal
  302.     PageSize = 1
  303.     Frequency = 1
  304.     Position = 0
  305.     SelEnd = 0
  306.     SelStart = 0
  307.     TabOrder = 2
  308.     ThumbLength = 20
  309.     TickMarks = tmBottomRight
  310.     TickStyle = tsNone
  311.     OnChange = TbChange
  312.   end
  313.   object fview: TRichEdit
  314.     Left = 16
  315.     Top = 128
  316.     Width = 753
  317.     Height = 297
  318.     Font.Charset = ANSI_CHARSET
  319.     Font.Color = clWindowText
  320.     Font.Height = -12
  321.     Font.Name = 'Courier New'
  322.     Font.Style = []
  323.     HideSelection = False
  324.     Lines.Strings = (
  325.       'fview')
  326.     ParentFont = False
  327.     ReadOnly = True
  328.     ScrollBars = ssBoth
  329.     TabOrder = 5
  330.     WordWrap = False
  331.     OnKeyDown = fviewKeyDown
  332.     OnMouseDown = fviewMouseDown
  333.   end
  334.   object memoryfilegroupbox: TGroupBox
  335.     Left = 344
  336.     Top = 472
  337.     Width = 329
  338.     Height = 65
  339.     Caption = 'Memory file (saved clusters)'
  340.     TabOrder = 3
  341.     object memstatuslabel: TLabel
  342.       Left = 8
  343.       Top = 17
  344.       Width = 313
  345.       Height = 16
  346.       Alignment = taCenter
  347.       AutoSize = False
  348.       Caption = 'memstatuslabel'
  349.     end
  350.     object addclusterbutton: TButton
  351.       Left = 14
  352.       Top = 37
  353.       Width = 129
  354.       Height = 22
  355.       Hint = 'Add/Append the current  cluster to the memory file'
  356.       Caption = '&Add this cluster'
  357.       TabOrder = 0
  358.       OnClick = addclusterbuttonClick
  359.     end
  360.     object newfilebutton: TButton
  361.       Left = 154
  362.       Top = 37
  363.       Width = 51
  364.       Height = 22
  365.       Hint = 'Clear the memory file'
  366.       Caption = '&New'
  367.       TabOrder = 1
  368.       OnClick = newfilebuttonClick
  369.     end
  370.     object savefilebutton: TButton
  371.       Left = 216
  372.       Top = 37
  373.       Width = 97
  374.       Height = 22
  375.       Hint = 'Save the memory file (of saved clusters) to a file on disk'
  376.       Caption = '&Save to disk'
  377.       TabOrder = 2
  378.       OnClick = savefilebuttonClick
  379.     end
  380.   end
  381.   object SaveDialog: TSaveDialog
  382.     Left = 112
  383.     Top = 480
  384.   end
  385. end
  386.